home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
nt
/
source.exe
/
POSIX
/
BSDPSX
/
VFORK.C
< prev
Wrap
Text File
|
1992-07-02
|
38b
|
5 lines
int vfork()
{
return (fork());
}